home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00041_replace button callback.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  380 b   |  14 lines

  1. on mouseDown
  2.   global givState
  3.   set clik to the clickOn
  4.   set the castNum of sprite clik to the number of cast "replace button down"
  5.   updateStage()
  6.   repeat while the stillDown
  7.     nothing()
  8.   end repeat
  9.   if the mouseCast = the number of cast "replace button down" then
  10.     EditListReplace()
  11.   end if
  12.   set the castNum of sprite clik to the number of cast "replace button"
  13. end
  14.